projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d4b302
)
(Fgarbage_collect): Use pop_message_unwind.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Sep 2002 01:58:22 +0000
(
01:58
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Sep 2002 01:58:22 +0000
(
01:58
+0000)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 8a487214479414311141418f6d243351fcb8c8ba..728c5f9557282152c0e52fbd9c62981270f5e22f 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-4057,7
+4057,7
@@
Garbage collection happens automatically if you cons more than
/* Save what's currently displayed in the echo area. */
message_p = push_message ();
- record_unwind_protect (p
ush
_message_unwind, Qnil);
+ record_unwind_protect (p
op
_message_unwind, Qnil);
/* Save a copy of the contents of the stack, for debugging. */
#if MAX_SAVE_STACK > 0